Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications
MKDUMP utility
Creates a set of file dump and file load procedures for a database.
Syntax
database-nameThe name of the database for which you want to create dump and load procedures.
Note
Example
- The
filedump.pandfileload.pprocedures created bymkdumpare meant to run from an application menu inside OpenEdge. If you plan to have end users run these procedures directly from the operating system level, you must first modifyfiledumpandfileload. Comments in thedumpdbandreloaddbscripts or batch files explain these modifications.Sample
MKDUMPCommand:
This command creates two main Progress 4GL procedures:
filedump.pandfileload.p. In addition, it creates two subdirectories:dmpprocsandldprocs. Thedmpprocssubdirectory contains a single dump procedure for each file in the database; theldprocssubdirectory contains a single load procedure for each file in the database.An end user runs the
filedump.pprocedure to dump the database. That procedure runs the procedures in thedmpprocssubdirectory. To load the database, the user runsfileload.p, which runs the procedures in theldprocssubdirectory.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |